home *** CD-ROM | disk | FTP | other *** search
/ Best of Battle Games / Best of Battle Games.iso / notes / trouble.txt < prev   
Text File  |  1995-05-06  |  6KB  |  115 lines

  1. ==================================================================
  2.                     TROUBLE-SHOOTING GUIDE
  3. ==================================================================
  4. 1.  Problem due to insufficient RAM to load program.
  5. Symptoms: "Not enough memory to load program"
  6. Suggestions:
  7. a.  Install more memory
  8. b.  Run MemMaker (from MS-DOS 6.x) to optimize your memory setting
  9. or use any memory manager to reconfigure your system.
  10. c.  Remove as many as non-essential drivers and TSR programs.
  11.  
  12. 2.  Problems due to programs try writing to the CDROM.
  13. (CD is a READ-ONLY device, cannot be written to)
  14. Correction:  Some games need to update the highest score when you
  15. exit the game.  Your computer may hang or give an error message when
  16. the game tries writing to the CDROM.  Either ignore the error and 
  17. reset the system OR copy game to hard drive.
  18.  
  19. 3.  Certain games, especially the graphics-intensive ones, tends to 
  20. take a long time to load program into screen, WHY?  How to speed it up?
  21. Answer:  The access time of most single speed CD-ROM drive is about
  22. 350- 700ms (compare to hard drives' 10- 30ms), so it is a lot SLOWER
  23. when loading big games.  You may want to get a double-speed CD-ROM
  24. or install cache program that will speed up CD-ROM drive.  Note that
  25. not every cache program speeds up CDROM access time.
  26.  
  27. 4.  Some games runs fine on its existing settings, it freezes, hangs,
  28. or give a disk error or I/O error message when I try to change its
  29. setting.
  30. Answer:  Since CD is a READ-ONLY media, game settings that have been
  31. written onto it cannot be changed.  You get the above symptoms if you
  32. try to change it.  Either play the games as is OR copy it onto your
  33. hard disk, then you can change its setting without problem.
  34.  
  35. 5.  Program still freezes or gives "I/O error" or "Access Denied"
  36. messages even after I have copied program from CD-ROM to my 
  37. hard disk.
  38. Answer:  The file attribute of the programs is set to "R" (read-only)
  39. when they are copied to the CD-ROM.  You have copied these files
  40. with the "R" attribute.  If you don't remove the "R" attribute, your
  41. PC will not be able to write or update certain data files and give
  42. you I/O and access error messages. Run the following command 
  43. to remove the "R" attribute:
  44.        ATTRIB *.* -R /S
  45.  
  46. 6. How to figure out the playing commands?
  47. Answer: There are two ways:
  48. a.  Most programs has a help key, "F1" is the most popular one.
  49. The help key will give you command summary and other essential info.
  50. So look for the help key on your screen.  If no help key is found,
  51. see if you can found a cursor on screen.  You may control the cursor
  52. with arrow keys or mouse.  Then try out different buttons or choices.
  53. b.  Exit the program and manually log into the subdirectory in which
  54. the game resides.  Look for any file with .DOC or .TXT extension and
  55. read it with DOS's EDIT or the LIST, SEE utility (copies in the NOTES
  56. sub-directoy). Most games comes with instructions in the form of 
  57. README file, or README.TXT, or README.DOC, or MANUAL.TXT, or 
  58. MANUAL.DOC.  You can print out the instruction with EDIT (from DOS), 
  59. or SEE or LIST or your favorite word processor.
  60. For Windows programs, look for the files with .WRI extension, you
  61. can read it by simply "clicking" on the file.
  62.  
  63. 7.  How to EXIT or get out of certain games and demo?
  64. Answer:  Some software authors are too lazy to write the exit routine.
  65. Most common commands to get out of a program are:
  66.    ESC       F10
  67.    CTRL-X;   CTRL-Q;  CTRL-U;  CTRL-Break; CTRL-ESC;  CTRL-PRINT SCREEN
  68.    ALT-X;    ALT-Q;   ALT-ESC
  69.    F10       CTRL-ALT-DEL
  70. FOR WINDOWS: ATL-F4   
  71.  
  72. When everything fails, use CTRL-ALT-DEL keys.  DON'T use reset button
  73. when running WINDOWS, you may damage the hard disk.
  74.  
  75. 8.  Some games run fine under certain DOS version like DOS 5.0 and do
  76. not run under 6.0 or later.
  77. Suggestion:  Make sure you have this line "DEVICE=C:\DOS\SETVER.EXE" 
  78. in your CONFIG.SYS.  Then run SETVER to set the game program to the 
  79. DOS version that it will operate.  For example, if GAME.EXE will run
  80. under DOS 5 and you are using DOS 6, run this command:
  81.         C:>SETVER GAME.EXE 5.0
  82.  
  83. You need to reboot system for the changes to be effective.
  84. Refer to DOS manual on SETVER if you have any questions.
  85.  
  86. 9.  Problem due to insufficient video memory and incorrect video 
  87. card driver. (Some games require you to choose a video driver, 
  88. some high-resolution games need more than 512k video RAM)
  89. Symptoms:  There's no picture on screen, but the hard disk sounds like
  90.            it is retrieving something.
  91.            Strange colors in pictures.
  92. Correction:  If you have another VGA card, try it to see if problem 
  93. persists. Find a VGA card with more memory. Choose a different video 
  94. driver to see if problem goes away.
  95.  
  96. 10.  Problem due to pointing devices such as mouse and joystick
  97. (Some games won't run without a mouse)
  98. Correction:  Load the mouse driver and install a mouse.  If the mouse
  99. is jumpy or erratic, check if the mouse driver load is the correct one.
  100. Also check if serial port and/or mouse is defective or not.
  101.  
  102. 11.  Problems due to incorrect sound drivers, program crashes or
  103. refuses to run.
  104. Correction:  If the program assumes you have a sound card installed
  105. and you have none, run the setup or install utility of the program,
  106. select PC speaker or none (no sound card).  Then the program won't
  107. look for a sound card when running.
  108. If you have a sound card and the program reports no sound card or
  109. incorrect driver, re-install your sound card driver that comes with
  110. the card; check if problem goes away; if not; run the setup or install
  111. utility of the program.
  112.  
  113.  
  114.  
  115.